home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
GameStar 2005 October
/
Gamestar_77_2005-10_dvd.iso
/
Programy
/
powarc920cz.exe
/
{app}
/
POWERARC.EXE
/
0
/
RCDATA
/
TNFOLDERFORM2
/
TNFOLDERFORM2.txt
Wrap
Text File
|
2005-03-06
|
2KB
|
83 lines
object NFolderForm2: TNFolderForm2
Left = 241
Top = 217
BorderStyle = bsDialog
Caption = 'Create Folder'
ClientHeight = 146
ClientWidth = 304
Color = clBtnFace
ParentFont = True
KeyPreview = True
OldCreateOrder = True
Position = poOwnerFormCenter
Scaled = False
OnCreate = FormCreate
OnKeyPress = FormKeyPress
OnShow = FormShow
PixelsPerInch = 96
TextHeight = 13
object Label1: TLabel
Left = 8
Top = 8
Width = 209
Height = 13
AutoSize = False
Caption = 'Current folder:'
end
object Label2: TLabel
Left = 8
Top = 24
Width = 209
Height = 13
AutoSize = False
Caption = 'Label2'
end
object Label3: TLabel
Left = 8
Top = 48
Width = 209
Height = 13
AutoSize = False
Caption = '&Name:'
FocusControl = Edit1
end
object Label4: TLabel
Left = 8
Top = 96
Width = 289
Height = 49
AutoSize = False
Caption =
'Note: You can create a folder automatically by typing the name i' +
'n the "Extract To" filed of the "Extract" dialog box.'
WordWrap = True
end
object Edit1: TEdit
Left = 8
Top = 64
Width = 209
Height = 21
TabOrder = 0
Text = 'Edit1'
end
object Button1: TButton
Left = 224
Top = 8
Width = 75
Height = 25
Caption = 'OK'
Default = True
TabOrder = 1
OnClick = Button1Click
end
object Button2: TButton
Left = 224
Top = 40
Width = 75
Height = 25
Caption = '&Cancel'
TabOrder = 2
OnClick = Button2Click
end
end